Skip to content

Commit

Permalink
Updates requirements files with ==
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelduchesne committed Mar 31, 2021
1 parent bea00f8 commit bfc6ee4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
17 changes: 8 additions & 9 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ channels:
dependencies:
# required
- python==3.7 # 3.7 required by rhino3dm
- tqdm # for progress bar
- osmnx # comes with all the geos stuff
- ipykernel # For Jupyter Notebooks
- tabulate # for repr
- tqdm==4.59.0 # for progress bar
- osmnx==1.0.1 # comes with all the geos stuff
- ipykernel==5.5.3 # For Jupyter Notebooks
- tabulate==0.8.9 # for repr

# code checks
- isort>=5.2.1 # check that imports are in the right order
- isort # check that imports are in the right order
- black

# documentation
Expand All @@ -26,7 +26,6 @@ dependencies:
# Other
- pip
- pip:
- path # pathlib wrapper
- rhino3dm # duh
- git+https:/building-energy/epw.git#egg=epw # for parsing epw files
- cjio # Reading CityJson
- path==15.1.2 # pathlib wrapper
- rhino3dm==0.14.0 # duh
- cjio==0.6.8 # Reading CityJson
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
tqdm>=4.50.2
osmnx>=0.16.1
tabulate>=0.8.8
path>=15.0.0
tqdm==4.59.0
osmnx==1.0.1
tabulate==0.8.9
path==15.1.2
rhino3dm==0.14.0
cjio>=0.6.6
energy-pandas>=0.1.0
cjio==0.6.8
energy-pandas==0.2.1
ladybug_core==0.38.0

0 comments on commit bfc6ee4

Please sign in to comment.