Skip to content

Commit

Permalink
added missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulprathin8 committed Jun 27, 2023
1 parent 42e882c commit 949dade
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ install_requires =
setuptools>=61.0
requests==2.28.2
pydantic==1.10.9
pydantic = "1.10.9"
ipython = "8.14.0"
pandas = "2.0.2"
pydantic==1.10.9
ipython==8.14.0
pandas==2.0.2

[options.package_data]
pygeoweaver = *.bat
Expand Down

0 comments on commit 949dade

Please sign in to comment.